In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / SearchTextRegex Method

SearchTextRegex Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function SearchTextRegex( _

   ByVal Pattern As String, _

   ByVal Occurrence As Integer, _

   ByVal CaseSensitive As Boolean, _

   ByRef BoundingBoxes() As Single _

) As Boolean
public bool SearchTextRegex( 

   string Pattern,

   int Occurrence,

   bool CaseSensitive,

   ref float[] BoundingBoxes

)
public function SearchTextRegex( 

    Pattern: String;

    Occurrence: Integer;

    CaseSensitive: Boolean;

   var  BoundingBoxes: Singlearray of

): Boolean; 
public function SearchTextRegex( 

   Pattern : String,

   Occurrence : int,

   CaseSensitive : boolean,

   BoundingBoxes : float[]

) : boolean;
public: bool SearchTextRegex( 

   string* Pattern,

   int Occurrence,

   bool CaseSensitive,

   ref float[]* BoundingBoxes

) 
public:

bool SearchTextRegex( 

   String^ Pattern,

   int Occurrence,

   bool CaseSensitive,

   array<float>^% BoundingBoxes

) 

Parameters

Pattern
Occurrence
CaseSensitive
BoundingBoxes
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members